home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Addbuffers next >
Text File  |  1998-02-16  |  670b  |  32 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                 ADDBUFFERS
  3.  
  4.  
  5.    USE:
  6.    Addbuffers allocates a small amount of RAM to act as a sector cache or
  7.    buffer.  This has the effect of speeding up system loading times.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>ADDBUFFERS DF0: 22
  17.    1>ADDBUFFERS DF1: 44
  18.  
  19.    NOTES:
  20.    Remember that allocating only a small amount of memory could slow down
  21.    your system.  All that is usually required is one complete cylinder's
  22.    worth of information:
  23.    (20-25 buffers)
  24.  
  25.    1 sector = 512 bytes
  26.    1 buffer = 512 bytes
  27.    1 track  = 11 sectors
  28.    2 sides  = 2 tracks (or 1 cylinder
  29.  
  30.  
  31.  
  32.